home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 59338 / 59338.xpi / chrome / global / dialog.css < prev    next >
Cascading Style Sheet File  |  2010-02-04  |  2KB  |  115 lines

  1. /* ===== dialog.css =====================================================
  2.   == Styles used by the XUL dialog element.
  3.   ======================================================================= */
  4.  
  5. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  6.  
  7. /* ::::: dialog ::::: */
  8.  
  9. #commonDialog > image {
  10.   -moz-margin-end: 14px !important;
  11. }
  12.  
  13. /*#commonDialog > .dialog-button-box {
  14. -moz-box-direction: normal; 
  15. -moz-box-pack: start; 
  16.   padding-right: 0px !important;
  17. margin-right: 0px !important;
  18. border:1px solid red;
  19. }
  20.  
  21. #commonDialog > .dialog-button-box spacer { display: none !important; }*/
  22.  
  23.  
  24. dialog { 
  25.   -moz-appearance: dialog;
  26.   padding: 14px;
  27. /* padding-top:40px !important; */
  28. }
  29.  
  30. /* ::::: dialog buttons ::::: */
  31.  
  32. .dialog-button {
  33.   font: menu;
  34.   margin: 5px;
  35. }
  36.  
  37. /* ::::: dialog header ::::: */
  38.  
  39. dialogheader {
  40.   margin: 0px 5px 5px 5px;
  41.   padding: 5px 8px;
  42. }
  43.  
  44. .dialogheader-title {
  45.   margin: 0px !important;
  46.   font-size: larger;
  47.   font-weight: bold;
  48.   display: none;
  49. }
  50.  
  51. /* ::::: large dialog header ::::: */
  52.  
  53. .header-large {
  54.   -moz-box-orient: vertical;
  55.   margin: -14px -14px 0;
  56.   padding: 12px 5px 12px 25px;
  57. }
  58.  
  59. .header-large > .dialogheader-title {
  60.   font: inherit;
  61.   font-weight: bold;
  62. }
  63.  
  64. .header-large > .dialogheader-description {
  65.   margin-left: 12px !important;
  66. }
  67.  
  68. .dialogheader-description {
  69. font-weight: bold !important;
  70. }
  71.  
  72. .dialogheader-title {
  73. font-weight: bold !important;
  74. }
  75.  
  76. #loginContainer  {
  77. padding-top: 10px;
  78. }
  79.  
  80. #findDialog, #findDialog > menu, #findDialog > groupbox {
  81.     font: menu !important;
  82. }
  83.  
  84. #dialog.caseSensitive {
  85.     margin-top: 8px;
  86. }
  87.  
  88. .dialog-button-box { 
  89. -moz-box-direction: reverse !important; 
  90. -moz-box-pack: start !important; 
  91.  
  92. background-color:transparent !important;
  93.  background-image: url("chrome://browser/skin/icons/menu_separator.png") !important;
  94. background-repeat:no-repeat !important;
  95. background-position:top center;
  96. margin-top:5px;
  97. /* margin-left:80px; */
  98. padding-top: 5px;
  99. margin-right:0 !important;
  100. padding-right:0 !important;
  101. /* border:1px solid #000000; */
  102. }
  103.  
  104. .dialog-button-box spacer { display: none !important; }
  105.  
  106.  
  107. button[icon="accept"],
  108. button[icon="yes"] {
  109.   -moz-box-ordinal-group: 1 !important;
  110. }
  111.  
  112. button[icon="cancel"]
  113. button[icon="no"]  {
  114.   -moz-box-ordinal-group: 9 !important;
  115. }